RegExOptions.DotMatchAll Property

Syntax

DotMatchAll as Boolean


Normally the period matches everything except a new line, this option allows it to match new lines. The default is False.